CustomItemRange の新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal ParamArray () As System.String _
)
public CustomItemRange(
System.int ,
System.int ,
params System.string[]
)
パラメータ
- first
- 最初の項目のインデックス。
- last
- 最後の項目のインデックス。
- fields
- フィールド名の配列。
参照